GtkCellEditable: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 20:39:02 +0000 (16:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:55 +0000 (13:30 -0400)
This is an interface property, so all implementors will have
to adjust to this.

gtk/gtkcelleditable.c

index 7302549dc677816f24e875135e6733c5304dee4e..1c9e2eb31456be430e28c20a8d87a795c0a7265c 100644 (file)
@@ -51,7 +51,7 @@ gtk_cell_editable_default_init (GtkCellEditableInterface *iface)
                                        P_("Editing Canceled"),
                                        P_("Indicates that editing has been canceled"),
                                        FALSE,
-                                       GTK_PARAM_READWRITE));
+                                       GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   /**
    * GtkCellEditable::editing-done: